Crate xand_address

source ·
Expand description

An address is derived from the public portion of a network entity’s keypair. They are commonly used on a blockchain to convey ownership of assets or the issuer of a transaction.

Currently, this means an SS58-check address as specified by substrate here: https://github.com/paritytech/substrate/wiki/External-Address-Format-(SS58)

Structs

Enums